home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : CONSTRUCT and CREATE_CO
- -- VERSION : 841201
- -- REVIEW CODE :
- -- DDN ADDRESS : wis_ada at mitre
- -- AUTHOR : Mitre Corp.
- -- COPYRIGHT :
- -- DATE CREATED : 10 NOV 84
- -- DATE RELEASED : 15 DEC 84
- -- DATE LAST UPDATED : 21 JAN 85
- -- LOCATION : ASR
- -- ENVIRONMENT : Intellimac 7000M
- -- : UNIX
- -- : Telesoft unvalidated
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : Create Compilation Order
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD : Automatic Compilation
- -- KEYWORD : Compilation Order
- -- INDEX : Automatic Compilation
- -- INDEX : Compilation, Automatic
- -- INDEX : Compilation Order
- -- INDEX : Order, Compilation
- -- INDEX : Configuration Management
- -- INDEX : Management, Configuration
- -- INDEX : Dependency Graph
- -- INDEX : Graph, Dependency
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_25
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.TOOLS>CONSTRCT.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.TOOLS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- CONSTRCT.CMM 572 29
- -- CONSTRCT.DOC 31539 1584
- -- CONSTRCT.PRO 4184 86
- -- CONSTRCT.SRC 147191 4148
- -- =============== ========== ==========
- -- 4 Files 183486 5847
- --= ABSTRACT ===============================================--
- -- The function of Construct is to perform the minimal number of
- -- system commands to bring a project up to date given that changes to
- -- project files have occurred. If a project is already up to date,
- -- Construct will indicate this and no commands will be performed.
- -- Construct can also be used to supply descriptive information in the
- -- form of dependency graphs and name lists of project files.
- --
- -- Create_CO reads a set of Ada source code files and creates a
- -- configuration object which describes the dependencies that exist among
- -- the files. The configuration object is formatted so that it may be
- -- read by Construct. In determining dependencies, Create_CO observes
- -- the filenaming conventions of the TeleSoft Ada compiler (i.e.,
- -- filename extensions of .text, .sym, .code) and the compiler's language
- -- restriction that specifications and bodies of Ada packages reside in
- -- the same file.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 12/15/84 841201 Mitre Corp Initial Release
- -- 01/21/85 841201 Mitre Corp Converted subfile headers
- -- into Ada comments
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- --
- -- Restrictions on use or distribution: Although there are
- -- no current plans to provide maintenance for CONSTRUCT
- -- or CREATE_CO, we would appreciate your reporting
- -- problems and experiences to:
- --
- -- wis_ada at mitre (net address)
- --
- -- or call at:
- --
- -- (703) 883-7697
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-